home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_gnome-libs.idb / usr / freeware / share / gtkrc.ko.z / gtkrc.ko
Text File  |  2002-07-08  |  3KB  |  96 lines

  1. # $(datadir)/gtkrc.ko
  2. #
  3. # This file is needed for the Korean users.
  4. # The fonts are changed from the original gtkrc.
  5. # And fontset is specified.
  6. #
  7. # Changwoo Ryu <cwryu@adam.kaist.ac.kr>
  8. #
  9.  
  10. style "GnomeScores_CurrentPlayer_style"
  11. {
  12.   fg[NORMAL] = {1.0, 0.0, 0.0}
  13. }
  14.  
  15. style "GnomeScores_Logo_style"
  16. {
  17.   fontset = "-freefont-garamond-*-*-*-*-24-170-*-*-*-*-iso8859-1,
  18. -*-batang-medium-r-normal-*-24-*-*-*-*-*-ksc5601.1987-0,
  19. -*-kodig-medium-r-normal-*-24-*-*-*-*-*-ksc5601.1987-0,
  20. -*-*-medium-r-normal-*-24-*-*-*-*-*-ksc5601.1987-0,*"
  21.   fg[NORMAL] = {0.0, 0.0, 1.0}
  22. }
  23.  
  24. style "GnomeAbout_DrawingArea_style"
  25. {
  26.   bg[NORMAL] = {1.0, 1.0, 1.0}
  27. }
  28.  
  29. style "GnomeAbout_Title_style"
  30. {
  31.   fontset = "-adobe-helvetica-bold-r-normal-*-18-*-*-*-*-*-*-*,
  32. -*-gulim-bold-r-normal-*-18-*-*-*-*-*-ksc5601.1987-0,
  33. -*-kodig-bold-r-normal-*-18-*-*-*-*-*-ksc5601.1987-0,
  34. -*-*-bold-r-normal-*-18-*-*-*-*-*-ksc5601.1987-0,*"
  35. }
  36.  
  37. style "GnomeAbout_Copyright_style"
  38. {
  39.   fontset = "-adobe-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*,
  40. -*-gulim-bold-r-normal-*-14-*-*-*-*-*-ksc5601.1987-0,
  41. -*-kodig-bold-r-normal-*-14-*-*-*-*-*-ksc5601.1987-0,
  42. -*-*-bold-r-normal-*-14-*-*-*-*-*-ksc5601.1987-0,*"
  43. }
  44.  
  45. style "GnomeAbout_Author_style"
  46. {
  47.   fontset = "-adobe-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*,
  48. -*-gulim-bold-r-normal-*-12-*-*-*-*-*-ksc5601.1987-0,
  49. -*-kodig-bold-r-normal-*-12-*-*-*-*-*-ksc5601.1987-0,
  50. -*-*-bold-r-normal-*-12-*-*-*-*-*-ksc5601.1987-0,*"
  51. }
  52.  
  53. style "GnomeAbout_Names_style"
  54. {
  55.   fontset = "-adobe-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*,
  56. -*-gulim-medium-r-normal-*-12-*-*-*-*-*-ksc5601.1987-0,
  57. -*-kodig-medium-r-normal-*-12-*-*-*-*-*-ksc5601.1987-0,
  58. -*-*-medium-r-normal-*-12-*-*-*-*-*-ksc5601.1987-0,*"
  59. }
  60.  
  61. style "GnomeAbout_Comments_style"
  62. {
  63.   fontset = "-adobe-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*,
  64. -*-gulim-medium-r-normal-*-10-*-*-*-*-*-ksc5601.1987-0,
  65. -*-kodig-medium-r-normal-*-10-*-*-*-*-*-ksc5601.1987-0,
  66. -*-*-medium-r-normal-*-10-*-*-*-*-*-ksc5601.1987-0,*"
  67. }
  68.  
  69. style "GnomeHRef_Label_style"
  70. {
  71.   fg[NORMAL] = { 0.0, 0.0, 1.0 }
  72.   fg[PRELIGHT] = { 0.0, 0.0, 1.0 }
  73.   fg[INSENSITIVE] = { 0.5, 0.5, 1.0 }
  74.   fg[ACTIVE] = { 1.0, 0.0, 0.0 }
  75. }
  76.  
  77. style "GnomeGuru_PageTitle_style" 
  78. {
  79.  fontset = "-adobe-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*,
  80. -*-gulim-bold-r-normal-*-14-*-*-*-*-*-ksc5601.1987-0,
  81. -*-kodig-bold-r-normal-*-14-*-*-*-*-*-ksc5601.1987-0,
  82. -*-*-bold-r-normal-*-14-*-*-*-*-*-ksc5601.1987-0,*"
  83. }
  84.  
  85.  
  86. widget "*GnomeScores*.CurrentPlayer" style "GnomeScores_CurrentPlayer_style"
  87. widget "*GnomeScores*.Logo" style "GnomeScores_Logo_style"
  88. widget "*GnomeAbout*.DrawingArea" style "GnomeAbout_DrawingArea_style"
  89. widget "*GnomeAbout*.Author" style "GnomeAbout_Author_style"
  90. widget "*GnomeAbout*.Comments" style "GnomeAbout_Comments_style"
  91. widget "*GnomeAbout*.Copyright" style "GnomeAbout_Copyright_style"
  92. widget "*GnomeAbout*.Names" style "GnomeAbout_Names_style"
  93. widget "*GnomeAbout*.Title" style "GnomeAbout_Title_style"
  94. widget "*GnomeHRef.GtkLabel" style "GnomeHRef_Label_style"
  95. widget "*GnomeGuru*.PageTitle" style "GnomeGuru_PageTitle_style"
  96.